#include <format.h>
|
template<typename FormatContext > |
auto | format (const Char *val, FormatContext &ctx) -> decltype(ctx.out()) |
|
| formatter ()=delete |
|
template<typename Char, size_t N>
struct formatter< Char[N], Char >
Definition at line 3498 of file format.h.
template<typename Char , size_t N>
template<typename FormatContext >
auto formatter< Char[N], Char >::format |
( |
const Char * |
val, |
|
|
FormatContext & |
ctx |
|
) |
| -> decltype(ctx.out()) |
|
inline |
The documentation for this struct was generated from the following file: